@dpuse/dpuse-development 0.3.480 → 0.3.482
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6609,7 +6609,11 @@ async function ii(e) {
|
|
|
6609
6609
|
//#region src/operations/checkDependencies.ts
|
|
6610
6610
|
async function ai() {
|
|
6611
6611
|
try {
|
|
6612
|
-
jr("Check Dependencies"), await Z("1️⃣ Check using 'npm outdated'", "npm", ["outdated"], !0), await Z("2️⃣ Check using 'npm-check-updates'", "npm-check-updates", [
|
|
6612
|
+
jr("Check Dependencies"), await Z("1️⃣ Check using 'npm outdated'", "npm", ["outdated"], !0), await Z("2️⃣ Check using 'npm-check-updates'", "npm-check-updates", [
|
|
6613
|
+
"-i",
|
|
6614
|
+
"--dep",
|
|
6615
|
+
"dev,prod,peer,optional"
|
|
6616
|
+
]), Mr("Dependencies checked.");
|
|
6613
6617
|
} catch (e) {
|
|
6614
6618
|
console.error("❌ Error checking dependencies.", e), process.exit(1);
|
|
6615
6619
|
}
|